home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Multimedia / A-P / Net Game.sit / Net Game folder / Net Game / printing the script... / 00018_setup.ls < prev    next >
Encoding:
Text File  |  1994-10-24  |  410 b   |  12 lines

  1. on exitFrame
  2.   global page, start_page, end_page, iscript, total_pages, page_cast, end_page_cast, start_page_cast, text_cast
  3.   set page to 0
  4.   set start_page to 0
  5.   set end_page to total_pages
  6.   set start_page_cast to the number of cast "start_page"
  7.   set end_page_cast to the number of cast "end_page"
  8.   set page_cast to the number of cast "page"
  9.   set text_cast to the number of cast "text"
  10.   cursor(-1)
  11. end
  12.